home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000038_news@columbia.edu_Wed Dec 6 11:15:36 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA19000
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun>); Wed, 6 Dec 1995 18:55:46 -0500
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.6.12/8.6.12) id SAA04032 for kermit.misc@watsun; Wed, 6 Dec 1995 18:55:45 -0500
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.msfc.nasa.gov!newsfeed.internetmci.com!news.compuserve.com!news.production.compuserve.com!news
  5. From: "Rich Godlewsky 76412.156@compuserve.com" <76412.156@CompuServe.COM>
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Kermit Server File Protection
  8. Date: 6 Dec 1995 11:15:36 GMT
  9. Organization: Sparta Systems
  10. Lines: 15
  11. Message-Id: <4a3u0o$91o$1@mhadf.production.compuserve.com>
  12. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  13.  
  14. We are using Kermit's Server to receive files from a remote 
  15. location via modem. After each file is received another 
  16. application processes the file.  This other application 
  17. determines when to process the file in the Windows 3.11 
  18. environment by trying to open the file with a OF_SHARE_EXCLUSIVE 
  19. style.  So far this method of testing to determine when the file 
  20. being received by kermit is completed has worked on two out of 
  21. three PCs.  
  22.  
  23. How can one set file protection on a file being received in 
  24. kermit so that no other application can open or delete the file? 
  25.  Note, MS Word does this with the files it opens for editing.
  26.  
  27. Thanks in Advance,
  28. Rich Godlewsky